home *** CD-ROM | disk | FTP | other *** search
- cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
- {
- this._parent.gotoAndStop("init");
- };
- okay_btn.onRelease = okay_btn.onReleaseOutside = function()
- {
- ebterms = true;
- var _loc2_ = undefined;
- var _loc1_ = undefined;
- _loc2_ = platform != "mac" ? downloads.byPath("pc") : downloads.byPath("mac");
- _loc1_ = _loc2_.byPath("encyclopedia").getText();
- getURL("lingo:Flsh_openProgramFile(\"" + _loc1_ + "\",\"\")","");
- this._parent.gotoAndStop("init");
- trace("OK");
- };
- help_box.title.text = "PARENT POWER CD-Rom";
- stop();
-